home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / Newton Platform Info / Newton 2.0 Sample Code / Endpoints / Basic Modem-2 / README.Basic Modem < prev   
Encoding:
Text File  |  1995-11-05  |  1.4 KB  |  33 lines  |  [TEXT/R*ch]

  1. Newton Developer Technical Support Sample Code
  2. Basic Modem, Newton 2.0 Modem Sample
  3. by Jim Schram & Bruce Thompson, Newton Developer Technical Support
  4. Copyright ©1995 Apple Computer, Inc.  All rights reserved.
  5.  
  6. You may incorporate this sample code into your applications without
  7. restriction.  This sample code has been provided "AS IS" and the
  8. responsibility for its operation is 100% yours.  You are not
  9. permitted to modify and redistribute the source as "DTS Sample Code."
  10. If you are going to re-distribute the source, we require that you
  11. make it clear in the source that the code was descended from
  12. Apple-provided sample code, but that you've made changes.
  13.  
  14.  
  15. This example shows the basics of modem communications using protoBasicEndpoint.
  16.  
  17. For those familiar with ACME Modem, this is a conversion of ACME modem to be 2.0 Savvy.
  18.  
  19. For those not familiar with ACME Modem, this shows the entire life cycle of a modem endpoint. The modem can be set to listen for incoming connections or to initiate the connection. There is a long discussion in the ACME Modem README file which discusses the purpose which is recommended for those unfamiliar with ACME Modem.
  20.  
  21. MODIFICATION HISTORY
  22. ====================
  23.  
  24. Basic Modem-1
  25. ------------------------------
  26. Initial Release
  27.  
  28.  
  29. Basic Modem-2
  30. ------------------------------
  31. Fixed incorrect power off handler logic.
  32. Fixed incorrect :MResetConnection method.
  33.